Computes the size of a central composite design.
A CCD consists of: - 2^k factorial points - 2*k axial (star) points - n_center center points
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | nfactors |
Number of factors. |
||
| character(len=*), | intent(in), | optional | :: | alpha_type |
Type of CCD: "orthogonal" (default), "rotatable", or "uniform". |
|
| integer(kind=int32), | intent(out) | :: | m |
Number of runs (rows). |
||
| integer(kind=int32), | intent(out) | :: | n |
Number of factors (columns). |